StytchChallengeSigningFailed

data class StytchChallengeSigningFailed(val exception: Throwable?) : StytchSDKError

Thrown when a challenge signing (biometrics, passkeys) has failed

Constructors

Link copied to clipboard
fun StytchChallengeSigningFailed(exception: Throwable?)

Properties

Link copied to clipboard
open override val exception: Throwable?